Load(String,ContainerFormat,Nullable<ImageRect>,BaseTransform[]) Method
In This Topic
Loads the image from a file.
Syntax
'Declaration
Public Overloads Sub Load( _
ByVal As System.String, _
ByVal As ContainerFormat, _
ByVal As System.Nullable(Of ImageRect), _
ByVal ParamArray () As BaseTransform _
)
public void Load(
System.string ,
ContainerFormat ,
System.Nullable<ImageRect> ,
params BaseTransform[]
)
Parameters
- fileName
- The input file name.
- containerFormat
- The image container format; use Unknown to detect the format automatically.
- imageRect
- Clipping rectangle for the image after all transformations.
- transforms
- The transformation chain for the image that is being loaded.
See Also